[INFO] fetching crate facet-zod 0.50.0-rc.1...
[INFO] fixing facet-zod-0.50.0-rc.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-zod 0.50.0-rc.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate facet-zod 0.50.0-rc.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-zod 0.50.0-rc.1
[INFO] tweaked toml for crates.io crate facet-zod 0.50.0-rc.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-zod 0.50.0-rc.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-zod 0.50.0-rc.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7
[INFO] running `Command { std: "docker" "start" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.1
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking facet-zod v0.50.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/codegen.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/codegen.rs:66:7
[INFO] [stdout]    |
[INFO] [stdout] 66 |     #[facet(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `User: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/codegen.rs:84:29
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let output = generate::<User>();
[INFO] [stdout]    |                             ^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `User`
[INFO] [stdout]   --> tests/codegen.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct User {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]   --> src/lib.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Post: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/codegen.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 |     generator.add::<Post>();
[INFO] [stdout]    |               ---   ^^^^ unsatisfied trait bound
[INFO] [stdout]    |               |
[INFO] [stdout]    |               required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Post`
[INFO] [stdout]   --> tests/codegen.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Post {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 96 others
[INFO] [stdout] note: required by a bound in `ZodGenerator::add`
[INFO] [stdout]   --> src/generator.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn add<'facet, T: Facet<'facet>>(&mut self) -> &mut Self {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^ required by this bound in `ZodGenerator::add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Status: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/codegen.rs:98:29
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let output = generate::<Status>();
[INFO] [stdout]    |                             ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Status`
[INFO] [stdout]   --> tests/codegen.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]   --> src/lib.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Shape: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let output = generate::<Shape>();
[INFO] [stdout]     |                             ^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Shape`
[INFO] [stdout]    --> tests/codegen.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | enum Shape {
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Config2: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let output = generate::<Config2>();
[INFO] [stdout]     |                             ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Config2`
[INFO] [stdout]    --> tests/codegen.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | struct Config2 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Wrapper: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let output = generate::<Wrapper>();
[INFO] [stdout]     |                             ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Wrapper`
[INFO] [stdout]    --> tests/codegen.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | struct Wrapper(String);
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `User: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:126:41
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let output = generate_with_config::<User>(config);
[INFO] [stdout]     |                                         ^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `User`
[INFO] [stdout]    --> tests/codegen.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | struct User {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate_with_config`
[INFO] [stdout]    --> src/lib.rs:54:40
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub fn generate_with_config<'facet, T: Facet<'facet>>(config: Config) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `generate_with_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tree: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:133:29
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let output = generate::<Tree>();
[INFO] [stdout]     |                             ^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Tree`
[INFO] [stdout]    --> tests/codegen.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | struct Tree {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Node: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:141:29
[INFO] [stdout]     |
[INFO] [stdout] 141 |     let output = generate::<Node>();
[INFO] [stdout]     |                             ^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Node`
[INFO] [stdout]    --> tests/codegen.rs:55:1
[INFO] [stdout]     |
[INFO] [stdout]  55 | struct Node {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Defaulted: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:148:29
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let output = generate::<Defaulted>();
[INFO] [stdout]     |                             ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Defaulted`
[INFO] [stdout]    --> tests/codegen.rs:65:1
[INFO] [stdout]     |
[INFO] [stdout]  65 | struct Defaulted {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Defaulted: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:158:41
[INFO] [stdout]     |
[INFO] [stdout] 158 |     let output = generate_with_config::<Defaulted>(config);
[INFO] [stdout]     |                                         ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Defaulted`
[INFO] [stdout]    --> tests/codegen.rs:65:1
[INFO] [stdout]     |
[INFO] [stdout]  65 | struct Defaulted {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate_with_config`
[INFO] [stdout]    --> src/lib.rs:54:40
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub fn generate_with_config<'facet, T: Facet<'facet>>(config: Config) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `generate_with_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Holder: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:165:29
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let output = generate::<Holder>();
[INFO] [stdout]     |                             ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Holder`
[INFO] [stdout]    --> tests/codegen.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | struct Holder {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate`
[INFO] [stdout]    --> src/lib.rs:47:28
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn generate<'facet, T: Facet<'facet>>() -> String {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ required by this bound in `generate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `User: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/codegen.rs:175:41
[INFO] [stdout]     |
[INFO] [stdout] 175 |     let output = generate_with_config::<User>(config);
[INFO] [stdout]     |                                         ^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `User`
[INFO] [stdout]    --> tests/codegen.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | struct User {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 96 others
[INFO] [stdout] note: required by a bound in `generate_with_config`
[INFO] [stdout]    --> src/lib.rs:54:40
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub fn generate_with_config<'facet, T: Facet<'facet>>(config: Config) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `generate_with_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-zod` (test "codegen") due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/oracle.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use facet::Facet;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:113:3
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[facet(transparent)]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:121:7
[INFO] [stdout]     |
[INFO] [stdout] 121 |     #[facet(default)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:129:7
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[facet(skip_serializing)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:164:3
[INFO] [stdout]     |
[INFO] [stdout] 164 | #[facet(tag = "type")]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:172:3
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[facet(tag = "t", content = "c")]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/oracle.rs:182:3
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[facet(untagged)]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_json` in this scope
[INFO] [stdout]   --> tests/oracle.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let json = facet_json::to_string(value).expect("facet-json serialization failed");
[INFO] [stdout]    |                ^^^^^^^^^^ use of unresolved module or unlinked crate `facet_json`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 -     let json = facet_json::to_string(value).expect("facet-json serialization failed");
[INFO] [stdout] 40 +     let json = facet_zod::to_string(value).expect("facet-json serialization failed");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-zod` (test "oracle") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7", kill_on_drop: false }`
[INFO] [stdout] e90f176d8093f15bdcd70fb85c0b2be1647b8e50345a5e63b8873baee063d0b7
